Introduction | what is Node.JS
What is Node js
- Node js is runtime environment for javaScript.
- Node we can run JavaScript outside to the browser
Like server, windows, mac , linux etc
- JavaScript run inside the browser.
Where we need JS outside browser
- Web browser Run on client computer.
- So Javascript do not handle things on server.
- So we can not connect javascript with Database directly
- Can not handle File system etc
- So we have to run javascript on browser and Node help for this
Why need Node
- Unified Language
- High Performance
- Good for Real-time Applications
- Good for Data Streaming
- Etc
How to use it full stack and FE technology
- We make API in node js.
- Integrate APIs with FE technology.
- BE+FE = Full Stack.
History Of Node js
- First Release :- May 27, 2009
- Current Version: V22.16.0
- Written in JS, C and c++